 Description
Description
Used to define a toolbar.
            
            
             Diagram
Diagram
             Overview
Overview
    
        
            |  | 
                    
                        
                            
                                |  | 
                                        buttonsize optional Restriction of xs:int 
                                            Specifies the scale factor for the size of toolbar buttons on this toolbar. For example, a value of 2 makes toolbar buttons twice as large as the standard size (16X16). This setting overrides the buttonsize attribute in the DISPLAY element (in ArcPadPrefs.apx).
                                         |  
                        
                            
                                |  | 
                                        caption optional xs:string 
                                            Displayed in the toolbar.
                                         |  
                        
                            
                                |  | 
                                        image optional xs:string 
                                            Path to a 16X16 .bmp image file, .ico icon file, or the name of a built-in image (for example, $bex).
                                         |  
                        
                            
                                |  | 
                                        name optional xs:string 
                                            Toolbar name. Used when referring to the toolbar in scripts.
                                         |  
                        
                            
                                |  | 
                                        visible optional Restriction of xs:string 
                                            Specifies if the toolbar is visible or hidden.
                                         |  
                        
                            
                                |  | 
                                        Sequence
                                     
                                        
                                            
                                                
                                                    |  | 
                                                            SEPARATOR 1..∞
                                                            
                                                                Used to specify a separator between tools in a custom toolbar.
                                                             |  
                                            
                                                
                                                    |  | 
                                                            TOOLBUTTON 1..∞
                                                            
                                                                Used to define a custom toolbutton or specify a built-in toolbutton in a toolbar.
                                                             
                                                            
                                                                
                                                                    
                                                                        |  | 
                                                                                command optional xs:string 
                                                                                    Built-in tool name (for example, addlayer).
                                                                                 |  
                                                                
                                                                    
                                                                        |  | 
                                                                                image optional xs:string 
                                                                                    Path to a 16X16 .bmp image file, .ico icon file, or the name of a built-in image (for example, $bex).
                                                                                 |  
                                                                
                                                                    
                                                                        |  | 
                                                                                name optional xs:string 
                                                                                    Toolbar name. Used when referring to the toolbar in scripts.
                                                                                 |  
                                                                
                                                                    
                                                                        |  | 
                                                                                shortcut optional xs:string 
                                                                                    The function key or action button shortcut for the custom menu item.
                                                                                 |  
                                                                
                                                                    
                                                                        |  | 
                                                                                onclick optional xs:string 
                                                                                    Specify the script to run when this event occurs.
                                                                                 |  
                                                                
                                                                    
                                                                        |  | 
                                                                                onpointerdown optional xs:string 
                                                                                    Specify the script to run when this event occurs.
                                                                                 |  
                                                                
                                                                    
                                                                        |  | 
                                                                                onpointermove optional xs:string 
                                                                                    Specify the script to run when this event occurs.
                                                                                 |  
                                                                
                                                                    
                                                                        |  | 
                                                                                onpointerup optional xs:string 
                                                                                    Specify the script to run when this event occurs.
                                                                                 |  
                                                                
                                                                    
                                                                        |  | 
                                                                                prompt optional xs:string 
                                                                                    The status bar text for the custom tool button.
                                                                                 |  
                                                                
                                                                    
                                                                        |  | 
                                                                                tooltip optional xs:string 
                                                                                    Tooltip to display when the mouse pointer is on the custom tool (desktop only).
                                                                                 |  
                                                                
                                                                    
                                                                        |  | 
                                                                                Sequence
                                                                             
                                                                                
                                                                                    
                                                                                        
                                                                                            |  | 
                                                                                                    MENUITEM 1..∞
                                                                                                    
                                                                                                        Used to define a custom toolbutton or specify a built-in toolbutton in a pull-down menu.
                                                                                                     
                                                                                                    
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        caption optional xs:string 
                                                                                                                            Displayed in the toolbar.
                                                                                                                         |  
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        command optional xs:string 
                                                                                                                            Built-in tool name (for example, addlayer).
                                                                                                                         |  
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        image optional xs:string 
                                                                                                                            Path to a 16X16 .bmp image file, .ico icon file, or the name of a built-in image (for example, $bex).
                                                                                                                         |  
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        name optional xs:string 
                                                                                                                            Toolbar name. Used when referring to the toolbar in scripts.
                                                                                                                         |  
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        onclick optional xs:string 
                                                                                                                            Specify the script to run when this event occurs.
                                                                                                                         |  
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        onpointerdown optional xs:string 
                                                                                                                            Specify the script to run when this event occurs.
                                                                                                                         |  
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        onpointermove optional xs:string 
                                                                                                                            Specify the script to run when this event occurs.
                                                                                                                         |  
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        onpointerup optional xs:string 
                                                                                                                            Specify the script to run when this event occurs.
                                                                                                                         |  
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        promote optional Restriction of xs:string 
                                                                                                                            Specifies whether the custom menu item will be promoted to the top of the list when selected.
                                                                                                                         |  
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        prompt optional xs:string 
                                                                                                                            The status bar text for the custom tool button.
                                                                                                                         |  
                                                                                                        
                                                                                                            
                                                                                                                |  | 
                                                                                                                        shortcut optional xs:string 
                                                                                                                            The function key or action button shortcut for the custom menu item.
                                                                                                                         |  |  |  |  |  | 
    
 Attributes
Attributes
| Name | Type | Use | Default | Fixed | Description | 
|---|
| buttonsize | Restriction of xs:int | optional | 1 |  | Specifies the scale factor for the size of toolbar buttons on this toolbar. For example, a value of 2 makes toolbar buttons twice as large as the standard size (16X16). This setting overrides the buttonsize attribute in the DISPLAY element (in ArcPadPrefs.apx). | 
| caption | xs:string | optional |  |  | Displayed in the toolbar. | 
| image | xs:string | optional |  |  | Path to a 16X16 .bmp image file, .ico icon file, or the name of a built-in image (for example, $bex). | 
| name | xs:string | optional |  |  | Toolbar name. Used when referring to the toolbar in scripts. | 
| visible | Restriction of xs:string | optional | false |  | Specifies if the toolbar is visible or hidden. | 
 Examples
Examples
		
			
			 Restrictions
Restrictions
    - If the name attribute value is "main", "browse", or "draw", then the caption and image attributes cannot be used.
 Source
Source
| <xs:element name="TOOLBAR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="SEPARATOR">
        <xs:complexType />
      </xs:element>
      <xs:element maxOccurs="unbounded" name="TOOLBUTTON">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="MENUITEM">
              <xs:complexType>
                <xs:attribute ref="caption" />
                <xs:attribute ref="command" />
                <xs:attribute ref="image" />
                <xs:attribute ref="name" />
                <xs:attribute ref="onclick" />
                <xs:attribute ref="onpointerdown" />
                <xs:attribute ref="onpointermove" />
                <xs:attribute ref="onpointerup" />
                <xs:attribute default="false" name="promote">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:enumeration value="true" />
                      <xs:enumeration value="false" />
                    </xs:restriction>
                  </xs:simpleType>
                </xs:attribute>
                <xs:attribute ref="prompt" />
                <xs:attribute ref="shortcut" />
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attribute ref="command" />
          <xs:attribute ref="image" />
          <xs:attribute ref="name" />
          <xs:attribute ref="shortcut" />
          <xs:attribute ref="onclick" />
          <xs:attribute ref="onpointerdown" />
          <xs:attribute ref="onpointermove" />
          <xs:attribute ref="onpointerup" />
          <xs:attribute ref="prompt" />
          <xs:attribute ref="tooltip" />
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute ref="buttonsize" />
    <xs:attribute ref="caption" />
    <xs:attribute ref="image" />
    <xs:attribute ref="name" />
    <xs:attribute ref="visible" />
  </xs:complexType>
</xs:element> | 
 See Also
See Also